projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e875c08
)
Require pcvs during byte-compiling for
author
Andreas Schwab
<schwab@suse.de>
Sun, 22 Aug 2004 09:49:37 +0000
(09:49 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Sun, 22 Aug 2004 09:49:37 +0000
(09:49 +0000)
defun-cvs-mode.
lisp/cvs-status.el
patch
|
blob
|
history
diff --git
a/lisp/cvs-status.el
b/lisp/cvs-status.el
index b00984b60f137d1c6a54cb6cb95ed1ca09e8f27d..419f8567a90388a37300267b36280a9181f3cdea 100644
(file)
--- a/
lisp/cvs-status.el
+++ b/
lisp/cvs-status.el
@@
-31,6
+31,7
@@
;;; Code:
(eval-when-compile (require 'cl))
+(eval-when-compile (require 'pcvs))
(require 'pcvs-util)
;;;